From: Steven Barth Date: Mon, 2 Jun 2008 21:36:21 +0000 (+0000) Subject: * Removed dependency on fastindex due to some bugs X-Git-Tag: 0.8.0~908 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=11a4ce396cd94fae3ebd8f386f28b5968464ae42;p=project%2Fluci.git * Removed dependency on fastindex due to some bugs --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index a57458170e..2a44b890db 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -122,7 +122,7 @@ endef define Package/luci-web $(call Package/luci/libtemplate) - DEPENDS+=+luci-addons +luci-fastindex + DEPENDS+=+luci-addons TITLE:=MVC Webframework endef